home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
zs20b.zip
/
ZUNTARV.BA_
/
ZUNTARV.BAT
Wrap
DOS Batch File
|
1994-11-20
|
401b
|
16 lines
@echo off
REM ZUNTARV-------------------------------------
REM Batch file to use TAR (view mode )
REM with the ZS Shell
REM
REM %1 is the TAR file name
REM %2 is the ZIP file to create
REM
REM We use a temp directory named 897436
REM make sure you don' t use such a directory
REM to avoid a possible blanking...
REM --------------------------------------------
CALL TARV.BAT %1
PAUSE